projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad8eb57
)
remove mode-line
author
justbur
<justin@burkett.cc>
Thu, 9 Jul 2015 16:24:19 +0000
(12:24 -0400)
committer
justbur
<justin@burkett.cc>
Thu, 9 Jul 2015 16:24:19 +0000
(12:24 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 8a81063308559590c1e4b1d701a137c21e232c50..e36fcc60454ca54eaf086e4da31d613dd64306c4 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-161,7
+161,7
@@
Used when `which-key-popup-type' is frame.")
(with-current-buffer which-key--buffer
(setq-local cursor-type nil)
(setq-local cursor-in-non-selected-windows nil)
- (setq-local mode-line-format
""
))
+ (setq-local mode-line-format
nil
))
(setq which-key--setup-p t))
;;;###autoload